home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / CD / DATABASE / CESTINY / CounterStrike-ConditionZero1.0CZ.exe / {app} / valve / spectatormenu.txt next >
Text File  |  2004-10-26  |  1KB  |  55 lines

  1. // Command Menu definition
  2. // 
  3. // Basic Format:
  4. //        "<Bound Key>" "<Button Text>" "<Command sent to server>"
  5. //
  6. // 
  7. //
  8. //
  9. // Buttons can also open up submenus, as follows:
  10. // {
  11. //     "Some More Options",
  12. //    {
  13. //        ...
  14. //    }
  15. // }
  16. //
  17. //
  18. // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
  19. // around or deleted.
  20. //
  21. //
  22. // Limitations:
  23. //        Maximum of 50 menus.
  24. //        Maximum of 100 buttons per menu.
  25.  
  26. //--------------------------------------------------------
  27. // Everything below here is editable
  28.  
  29. "5" "Zav°φt"     "spec_menu 0"
  30.  
  31. "4" "Pomoc"    "spec_help"
  32.  
  33. "3" "Nastavenφ"
  34. {    
  35.     TOGGLE     "4" "Chat zprßvy"    "hud_saytext"
  36.     
  37.     TOGGLE    "3" "Ukßzat stav"    "spec_drawstatus"
  38.     
  39.     TOGGLE    "2" "Zobrazit ku₧el"        "spec_drawcone"
  40.     
  41.     TOGGLE    "1" "JmΘna hrßΦ∙"    "spec_drawnames"
  42. }
  43.  
  44. TOGGLE    "2" "Auto adresß°"    "spec_autodirector"
  45. "1" "Ukßzat sk≤re"    "togglescores"
  46.  
  47. // Here are the rest of the buttons and submenus
  48. // You can change these safely if you want.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.